We had reports of reboot not working on certain machines (specifically
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Apr 2006 14:20:12 +0000 (15:20 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Apr 2006 14:20:12 +0000 (15:20 +0100)
commit28efb2481ff9523f1f4acb02219cf54d6594ada5
treee8b53f07114adb7a74ec5014ed92dee81f707567
parentc82d714c9c5f9a5f924e21f06c436d8794c3eca4
We had reports of reboot not working on certain machines (specifically
Compaq/HP notebooks), where Linux already has code to deal with
that. Apparently that code was either deleted during the original port
or got added to Linux after the original port was done. Anyway, this
patch adds the respective Linux code (slightly adjusted) to deal with
the same systems in Xen.

From: Jan Beulich

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/Makefile
xen/arch/x86/domain.c
xen/arch/x86/shutdown.c [new file with mode: 0644]